type
PPCPortRec structure
#include <PPCToolBox.h>
typedef struct PPCPortRec { Size Offset Description
ScriptCode nameScript; 2 0 script of name
Str32 name; ‹33 2 name of port as seen in
browser
PPCLocationKind locationKindSelector; 2 36 which variant
union {
Str32 portTypeStr; 33 38 pascal type string
struct {
OSType creator; ‹4 38
OSType type; ‹4 38
} port;
} u;
} PPCPortRec; ‹72
typedef PPCPortRec *PPCPortPtr;